.container{
    min-width: 1366px;
    position: relative;
}
.w1200{
    width: 1200px;
    margin: auto;
}
a:hover, a:active {
    color: #FF6600;
    text-decoration: none;
}
a{
    color:  #404040;
}
/*头部开始*/
.top_bg {
    position: relative;
    height: 145px;
    background:url(top_bg.png) no-repeat center;
    background-size: 100% 100%;
}
.top{
    height: 145px;
    display:flex;
    justify-content:space-between;
}
.lang {
    position: absolute;
    bottom: 5px;
    left: 50%;
}
.lang-zh,.lang-en{
    padding:6px;
    color:#d01515;
    font-size:12px;
    line-height:18px;
    text-align:center;
    background-color:#f4ebda;
    font-weight:bold;
    box-sizing:border-box;
}
.logo{
    margin-top:22px;
}
.topRight{
    display:flex;
    flex-direction:column;
    align-items:flex-end;
}
.top_link{
    margin-top:15px;
    overflow:hidden;
}
.top_link ul{
    display:flex;
}
.top_link ul li{
    margin-right:20px;
}
.top_link ul li:last-child{
    margin-right:0;
}
.top_link ul li a{
    font-size:14px;
    color:white;
}
.top_link ul li.mail,.top_link ul li.wx,.top_link ul li.wza{
    padding-left:22px;
}
.top_link ul li.mail,.top_link ul li.wx,.top_link ul li.wza{
    background:url(icon_email.png) no-repeat left center;
}
.top_link ul li.wx{
    background:url(icon_wxin.png) no-repeat left center;
}
.top_link ul li.wza{
    background:url(icon_look.png) no-repeat left center;
}
.topSearch{
    position:relative;
    width:340px;
    height:30px;
    margin-top:14px;
    border-radius: 20px;
    border:none;
    background-color: #ffffff;
}
.topSearch .txtS{
    width:340px;
    height:30px;
    line-height:30px;
    padding: 0 20px;
    font-size:14px;
    color:#333333;
    border-radius: 20px;
    border: none;
    box-sizing: border-box;
    outline: none;
}
.topSearch .searchBtn {
    position: absolute;
    right: 16px;
    top: 8px;
    width: 14px;
    height: 14px;
    background: url(icon_sear.png) no-repeat center;
    cursor: pointer;
    z-index: 99;
}
.time{
    font-size:14px;
    color:#ffffff;
    margin-top:20px;
    text-align:right;
}
/*头部结束*/
/*导航开始*/
.navBg{
    background-color:#9c130a;
    height: 50px;
}
.nav {
    width: 1200px;
    margin: auto;
    position: relative;
}
.nav .mainlevel {
    float: left;
    position: relative;
    display: inline;
    width: 150px;
    height: 50px;
    background:url(line.jpg) no-repeat right center;
}
.nav .mainlevel:last-child{
    background:none;
}
.nav .mainlevel a {
    color: #fff;
    font-size: 16px;
    line-height:50px;
    display: block;
    text-align: center;
    box-sizing: border-box;
}
.nav .mainlevel a:hover {
    color: #fff;
    text-decoration: none;
    font-weight:bold;
}
.nav .sub {
    position: absolute;
    left: -30px;
    top: 50px;
    display: none;
    z-index:99;
}
.nav .sub li{
    zoom: 1;
    height: 30px;
    line-height: 30px;
}
.nav .sub a {
    background: #e7e4e4;
    width: 190px;
    line-height:30px;
    color: #4e4e4e;
}
.nav .sub a.active{
    background-color:#9c130a;
    color:white;
}
.nav .sub a:hover{
    background-color: #cb341d;
    color:white;
    font-weight:normal;
}
/*导航结束*/
/*底部版权开始*/
.footer_mainer {
    width: 1270px;
    margin: 0 auto;
    overflow: hidden;
}
.bottom-copyright {
    box-sizing: border-box;
    background: #ffffff;
    margin: auto;
    /*position: relative;*/
}
.sLinkItem {
    width: 170px;
    text-align: center;
    float: left;
    margin-right: 10px;
}
.sLinkItem:last-child{
    margin-right: 0;
}
.sLinkItem_first {
    line-height: 34px;
    box-sizing: border-box;
    background: #fff;
    color: #333333;
    font-size: 14px;
    cursor: pointer;
    border: 1px solid #e5e9ea;
}

.sLinkItem_second {
    position: absolute;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #e5e9ea;
    border-top: none;
    max-height: 318px;
    overflow: auto;
    display: none;
    z-index: 10;
}

.sLinkItem_table {
    background: #fff;
    color: #333333;
    font-size: 16px;
}

.sLinkItem_table td {
    height: 48px;
    line-height: 48px;
    padding-left: 20px;
}

.sLinkItem_table td a {
    color: #111111;
}

.sLinkItem_table td a:hover {
    color: #9c130a;
}

.sLinkItem_table tr.addBg td {
    background: #f7f7f7;
}

.sLinkItem.active .sLinkItem_first {
    color: #9c130a;
}

.sLinkItem.active .sLinkItem_second_bottom, .sLinkItem.active .sLinkItem_second {
    display: block;
}

.nWebLink {
    padding: 28px 0;
    box-sizing: border-box;
	width: fit-content;
	margin: auto;
    position: relative;
}
/*公司信息*/
.footer_bg {
    width: 100%;
    height: 116px;
    margin: auto;
    background-color: #fcfcfc;
}
.footer {
    height: 116px;
    text-align: center;
    font-size: 14px;
    color: rgb(41, 41, 41);
    font-weight: normal;
    margin: auto;
    padding-top:20px;
    padding-left: 30px;
    text-decoration: none;
    box-sizing: border-box;
    overflow: hidden;
}
.footer_l .text {
    text-align: left;
    margin-left: 20px;
    margin-top: 10px;
}
.footer_c1{
    margin-left: 10px;
}
.footer_c1 .text p{
    margin-bottom: 5px;
}
.footer_c{
    margin-left: 30px;
}
.footer_c .text{
    margin-top: 10px;
    text-align: left;
}
.footer a {
    color: #292929;
    text-decoration: none;
}
.footer_c ul{
    overflow: hidden;
}
.footer_c ul li {
    padding:0 15px;
    box-sizing:border-box;
    background:url(line2.jpg) no-repeat right center;
	float: left;
}
.footer_c ul li:last-child{
    background:none;
}
.footer_r{
    vertical-align: middle;
    margin-left:40px;
}
.footer_r img {
    margin-left: 20px;
    margin-right: 10px;
}
/*底部版权结束*/
/*banner开始*/
.banner{
    height:214px;
    background:url(banner_bg.png) no-repeat center;
    background-size: 100% 100%;
    padding:20px;
    box-sizing:border-box;
}
.crumb{
    padding-left:20px;
    font-size:14px;
    color: #8f0000;
    background:url(icon_point.png) no-repeat left center;
    box-sizing:border-box;
}
.crumb span{
    color:#232323;
}
.bannerInfo{
    display:flex;
    padding:40px;
    box-sizing: border-box;
    justify-content: space-around;
}
.bannerInfo .text{
    width:750px;
    font-size:16px;
    color:#1b1b1b;
    line-height:30px;
    text-indent:32px;
}
/*banner结束*/
/*2.0在线留言_须知*/
@font-face{
    font-family:'hydsj';
    src : url(hydsj.ttf);
}
.skyMain{
    width:1200px;
    margin:auto;
    display:flex;
    justify-content: space-around;
    padding:40px 0;
    box-sizing:border-box;
}
.mainLeft{
    width:804px;
}
.mainRight{
    width:378px;
}
.partTitle{
    height:58px;
    line-height: 50px;
    font-weight:bold;
    background:url(title_ly_bg.png) no-repeat left center;
    font-size:32px;
    color:#d01515;
    padding-left:60px;
    font-family:hydsj;
}
.notice{
    background-color:#ffffff;
    border:1px solid #eeeeee;
    font-size:18px;
    color:#1b1b1b;
    line-height: 36px;
    padding:30px;
    box-sizing: border-box;
    margin-top: 20px;
}
.subBt{
    display:flex;
    justify-content: center;
    margin-top:30px;
}
.sky_bt{
    width:122px;
    height:40px;
    line-height:40px;
    background-color: #c5c4c4;
    color:#ffffff;
    font-size:16px;
    text-align: center;
    border-radius: 2px;
    cursor:pointer;
}
.sky_bt_red{
    background-color: #d01515;
}
.marR20{
    margin-right:20px;
}
.answerTitle{
    width:366px;
    height:128px;
    background:url(bg_wd.png) no-repeat center;
    display:flex;
    justify-content: center;
    align-items: center;
    font-size:24px;
    font-weight: bold;
    color:#ffffff;
    margin: 56px auto 40px;
}
.answerTitle img{
    margin-right:30px;
}
.newsTitle{
    height:18px;
    line-height: 18px;
    background: url(title_bg.png) no-repeat right 30px center;
    font-size:18px;
    color:#d01515;
    font-weight:bold;
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:0 10px;
    box-sizing:border-box;
    margin-top:10px;
}
.t_l{
    display:flex;
    align-items:center;
}
.t_l img{
    margin-right:10px;
}
.more{
    width:14px;
    height:14px;
    background:url(icon_more.png) no-repeat;
    cursor:pointer;
}
.newsList{
    margin-top:16px;
}
.newsList li{
    height:40px;
    line-height:40px;
    font-size:14px;
    color:#333333;
    border-bottom:1px solid #d6d6d6;
    background:url(listpoint.png) no-repeat left 12px center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding:0 10px 0 36px;
}
.newsList li:nth-child(even){
    background-color:#fdf5f5;
}
.newsList li:last-child{
    border:none;
}
/*2.1在线留言_选择咨询类型*/
.partTitle_zx{
    background:url(bg_zx.png) no-repeat center;
}
.choose{
    background-color:#ffffff;
    border:1px solid #eeeeee;
    padding:30px;
    box-sizing: border-box;
    margin-top: 20px;
}
.choose ul{
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
}
.choose ul li{
    width:233px;
    height:70px;
    line-height: 70px;
    text-align: center;
    background-color:#fcecec;
    color:#9c130a;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    cursor:pointer;
}
.choose ul li.active{
    background-color:#9c130a;
    color:white;
}
/*2.2在线留言_填写信息*/
.partTitle_tx{
    background:url(bg_tx.png) no-repeat center;
}
.fillInfo{
    border:1px solid #eeeeee;
    padding:20px;
    box-sizing:border-box;
    margin-top:20px;
}
.note .title{
    font-size:14px;
    color:#333333;
    padding-left:25px;
    line-height:36px;
    background:url(icon_notice.png)no-repeat left center;
}
.note p{
    font-size:14px;
    color:#333333;
    line-height:36px;
}
.advice_star {
    color: #ff0000;
}
.apply{
    margin-top:40px;
}
.apply li label{
    display:inline-block;
    width:100px;
    color:#555555;
    font-size:15px;
    line-height:32px;
    text-align:justify;
}
.apply>li {
    display:flex;
    margin-top:20px;
}
.apply li input,.apply li select{
    flex:1;
    height:32px;
    line-height:32px;
    font-size:15px;
    color:#bbbbbb;
    padding-left:10px;
    border:1px solid #cccccc;
    box-sizing:border-box;
}
.apply li textarea{
    flex:1;
    font-size:15px;
    color:#bbbbbb;
    border:1px solid #cccccc;
    box-sizing:border-box;
    padding: 10px;
    resize: none;
    height:138px;
}
.apply_half{
    display:flex;
    width:50%;
    margin-right:50px;
}
.margR0{
    margin-right:0;
}
.radioStyle li{
    display:inline-block;
    margin-right:20px;
    line-height:32px;
    font-size:14px;
    color:#333333;
    padding-left: 30px;
    background:url(radio_y.png) no-repeat left center;
    cursor:pointer;
}
.radioStyle li.active{
    background:url(radio_n.png) no-repeat left center;
}
.checkPart{
    display:flex;
    align-items:center;
}
.checkPart img{
    margin:0 10px;
    cursor:pointer;
}
.checkPart a{
    font-size:15px;
    color:#1569d0;
    text-decoration:underline;
    cursor:pointer;
}
/*首页改版开始*/
.indexNew{
    min-width:1400px;
}
.indexNew .top_bg{
    height: 250px;
    background: url(index_top_bg_new2.png) no-repeat center;
    background-size: 100% 100%;
}
.indexNew .logo{
    width:650px;
    margin:auto;
    padding-top:60px;
}
.top_oper{
    position:absolute;
    top:0;
    right:10%;
}
.top_oper .lang-en{
    margin-right:20px;
}
.top_oper .wza{
    font-size:14px;
    color:white;
    padding-left:22px;
    background:url(icon_look.png) no-repeat left center;
}
.toutiao_bg{
    height:110px;
    background:#f2f2f2;
}
.toutiao_bg h1{
    text-align:center;
}
.toutiao_bg h1 a{
    font-size:30px;
    font-weight:bold;
    color: #000000;
    line-height:76px;
}
.toutiao_bg h2{
    font-size:16px;
    font-weight:normal;
    text-align:center;
}
.toutiao_bg h2 a{
    margin-right:10px;
    color:  #404040;
}
.toutiao_bg h2 a:hover{
    color: #C30;
    text-decoration: none;
}
.toutiao_bg .w1200{
    position:relative;
}
.toutiao_bg .moreNew{
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    font-weight: normal;
    position: absolute;
    right:0;
    bottom:0;
}
.toutiao_bg .moreNew a{
    color: #404040;
}
.indexNew .mainLeft{
    width:790px;
}
.indexNew .mainRight{
    width:376px;
}
.sky_title{
    height:50px;
    line-height:50px;
    color:#a72213;
    font-size:22px;
    font-weight:bold;
    border-top:2px solid;
    border-bottom:1px solid #dcdddf;
}
.yfzgcon{
    margin-top:20px;
}
.yfzgcon ul{
    display:flex;
    align-items:center;
}
.yfzgwz{
    width:146px;
    margin-left:10px;
    font-size:18px;
    color:  #404040;
    line-height:40px;
}
.yfzgMain{
    margin-top:20px;
}
.yfzgMain ul li{
    margin-bottom:4px;
    font-size:18px;
    color:#454343;
    background:url(point.png) no-repeat left center;
    padding:0 10px;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.zhpf{
    margin-top:40px;
}
.zhpf_top{
    height:68px;
}
.zhpfCon{
    background:#fef7f7;
    border:1px solid #edeeef;
    padding:20px;
    box-sizing: border-box;
}
.zhpfCon .list{
    display:flex;
    justify-content:space-between;
    flex-wrap: wrap;
}
.zhpfCon .list li{
    display:flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 76px;
    margin-bottom:20px;
    border:1px solid #FCADAD;
    border-radius: 8px;
    box-shadow: 2px 3.464px 6px 0px rgba(255, 92, 92, 0.35);
    background-color:#ffffff;
    cursor: pointer;
    box-sizing: border-box;
    font-size:18px;
    color:#d01515;
}
.zhpfCon .list li img{
    margin-right:10px;
}
.zhpfCon .list2{
    width:298px;
    margin:auto;
}
.zhpfCon .list2 li{
    margin-bottom:20px;
}
.zhpfCon .list2 li:last-child{
    margin:0;
}
.lfyj{
    margin-top:48px;
}
.lfyjMain{
    margin-top:22px;
}
.lfyjMain ul li{
    margin-bottom:4px;
    font-size:16px;
    color:#454343;
    background:url(point.png) no-repeat left center;
    padding:0 10px;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hdjl{
    margin-top:48px;
}
.hdjlCon{
    padding: 20px;
    box-sizing: border-box;
}
.hdjlCon .list{
    display:flex;
    justify-content:space-between;
    flex-wrap: wrap;
}
.hdjlCon .list li{
    display:flex;
    align-items: center;
    justify-content: center;
    width: 138px;
    height: 100px;
    margin-bottom:20px;
    cursor: pointer;
    box-sizing: border-box;
}
.hdjlCon .list li:nth-child(1){
    background:url(list4_icon_1.png);
}
.hdjlCon .list li:nth-child(1):hover{
    background:url(list4_icon_1h.png);
}
.hdjlCon .list li:nth-child(2){
    background:url(list4_icon_2.png);
}
.hdjlCon .list li:nth-child(2):hover{
    background:url(list4_icon_2h.png);
}
.hdjlCon .list li:nth-child(3){
    background:url(list4_icon_3.png);
}
.hdjlCon .list li:nth-child(3):hover{
    background:url(list4_icon_3h.png);
}
.hdjlCon .list li:nth-child(4){
    background:url(list4_icon_4.png);
}
.hdjlCon .list li:nth-child(4):hover{
    background:url(list4_icon_4h.png);
}
.indexNew .skyMain{
    padding-bottom:0;
    justify-content:space-between;
}
/*图片新闻*/
.picShow{
    position:relative;
}
.showMain{
    position:relative;
    width: 788px;
    height: 478px;
}
.showImg{
    position:absolute;
    width: 788px;
    height:478px;
    left:0;
    top:0;
}
.showTxt{
    position:absolute;
    height:50px;
    line-height:50px;
    padding-left: 20px;
    width: 788px;
    font-size:14px;
    color:#ffffff;
    left:0;
    bottom:0;
    box-sizing: border-box;
    background-color:rgba(202,28,28,0.7);
}
.picShow .swiper-container{
    width: 788px;
}
.picShow .swiper-pagination{
    position:absolute;
    bottom:15px;
    right:15px;
}
.picShow .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.picShow .swiper-pagination-bullet {
    margin: 0 4px;
}
.picShow .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 2px;
    background: #dddbd8;
    opacity: 1;
}
.picShow .swiper-pagination-bullet-active {
    opacity: 1;
    background: #ababab;
}
.ellipsis{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*图片新闻结束*/
.leftInfo_part2{
    margin-top:40px;
    display:flex;
    justify-content:space-between;
}
.leftInfo_part2 .leftList{
    width:384px;
}
.leftInfo_part2 .rightList{
    width:376px;
}
.sky_title_2 ul{
    display:flex;
    border-top:1px solid #dcdddf;
    border-bottom:1px solid #93969a;
    box-sizing:border-box;
}
.sky_title_2 ul li{
    font-size:20px;
    color:#2e2f31;
    text-align:center;
    box-sizing:border-box;
    line-height:46px;
    width:90px;
}
.sky_title_2 ul li.active{
    color:#a72213;
    font-weight:bold;
    border-bottom:2px solid;
}
.leftListMain{
    margin-top:20px;
}
.leftListMain ul li{
    margin-bottom:4px;
    font-size:16px;
    color:#454343;
    background:url(point.png) no-repeat left center;
    padding:0 10px;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.rightList ul{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
.rightList ul li{
    display:flex;
    justify-content:center;
    align-items: center;
    font-size:18px;
    font-weight:bold;
    color:#d0504c;
    width:180px;
    height:87px;
    background:url(list1_bg.png);
    margin-bottom:15px;
    cursor:pointer;
}
.rightList ul li img{
    margin-right:10px;
}
.rightList ul li.else{
    width:376px;
    height:49px;
    background:url(list1_bg_2.png);
}
.fwdt{
    margin-top:20px;
}
.fwdt_top{
    height:75px;
}
.fwdtCon{
    margin-top:-12px;
}
.fwdtCon ul{
    display:flex;
    flex-wrap:wrap;
    background-color:#edf7fe;
    padding:10px;
    box-sizing:border-box;
}
.fwdtCon ul li{
    width:calc(100%/4);
    height:116px;
    display:flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color:#5c5c5c;
    line-height:25px;
    border-right:1px solid #cde3f3;
    border-bottom:1px solid #cde3f3;
    box-sizing: border-box;
    cursor:pointer;
}
.fwdtCon ul li img{
    display:block;
    width:65px;
    height:70px;
    margin-right:5px;
}
.fwdtCon ul li span{
    display:block;
    width:106px;
    text-align:center;
}
.fwdtCon ul li.borderR{
    border-right:none;
}
.fwdtCon ul li.borderB{
    border-bottom:none;
}
.zwgk{
    margin-top: 45px;
}
.zwgk_title{
    font-size:20px;
    color:#ffffff;
    font-weight:bold;
    height:48px;
    line-height: 48px;
    padding-left:10px;
    background: url(zw_title.png) no-repeat bottom center;
}
.zwgkCon ul{
    display:flex;
    justify-content:space-between;
    margin-top:12px;
}
.zwgkCon ul li{
    width:147px;
    cursor:pointer;
}
.zwgkCon ul li .icon{
    height:80px;
}
.zwgkCon ul li .text{
    height:50px;
    line-height: 50px;
    background-color: #edf7fe;
    text-align: center;
    font-size: 16px;
    color:#689bd0;
}
.leftInfo_part5{
    margin-top:48px;
    display:flex;
    justify-content:space-between;
}
.leftInfo_part5 .rightPart{
    width:376px;
}
.ztzl ul{
    display:flex;
    justify-content:space-between;
    margin-top:20px;
}
.ztzl ul li{
    width:178px;
    height:77px;
}
.spjx ul{
    display:flex;
    justify-content:space-between;
    margin-top:20px;
}
.spjx ul li{
    width:178px;
    height:99px;
}
.spjx{
    margin-top:28px;
}
.xwfb{
    width:380px;
}
.xwfbMain{
    margin-top:10px;
}
.xwfbMain ul li{
    margin-bottom:4px;
    font-size:16px;
    color:#454343;
    background:url(point.png) no-repeat left center;
    padding:0 10px;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.xwfbTop{
    display:flex;
    justify-content:space-between;
    margin-top:10px;
    align-items:center;
}
.xwfbTop .img{
    width:166px;
    margin-right:10px;
}
.xwfbTop .list ul li{
    width:197px;
    margin-bottom:4px;
    font-size:16px;
    color:#454343;
    background:url(point.png) no-repeat left center;
    padding:0 10px;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*悬浮框样式开始*/
.suspend {
    position: fixed;
    right: 0;
    top: 200px;
    margin-right: -110px;
    background-color:#f4f4f4;
}
.suspendLis {
    border: 1px solid #f1f1f1;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;

}
.suspendLis li {
    position: relative;
    width: 78px;
    height: 90px;
    border-bottom: 1px solid #e9e9e9;
    background: #fff;
    text-align: center;
    cursor: pointer;
    display:flex;
    flex-direction: column;
    justify-content:center;
    align-items:center;
}
.suspendLis .icon1{
    width:30px;
    height:30px;
    background:url(suspend_icon1.png) no-repeat;
}
.suspendLis .icon2{
    width:29px;
    height:28px;
    background:url(suspend_icon2.png) no-repeat;
}
.suspendLis .icon3{
    width:35px;
    height:28px;
    background:url(suspend_icon3.png) no-repeat;
}
.suspendLis .icon4{
    width:30px;
    height:25px;
    background:url(suspend_icon4.png) no-repeat;
}
.suspendLis .icon5{
    width:20px;
    height:30px;
    background:url(suspend_icon5.png) no-repeat;
}
.suspendLis .icon6{
    width:30px;
    height:20px;
    background:url(suspend_icon6.png) no-repeat;
}
.suspendLis .icon7{
    width:24px;
    height:26px;
    background:url(suspend_icon7.png) no-repeat;
}
.suspendLis li:hover{
    background-color:#a72213;
}
.suspendLis li:hover .icon1{
    background:url(suspend_icon1h.png) no-repeat;
}
.suspendLis li:hover .icon2{
    background:url(suspend_icon2h.png) no-repeat;
}
.suspendLis li:hover .icon3{
    background:url(suspend_icon3h.png) no-repeat;
}
.suspendLis li:hover .icon4{
    background:url(suspend_icon4h.png) no-repeat;
}
.suspendLis li:hover .icon5{
    background:url(suspend_icon5h.png) no-repeat;
}
.suspendLis li:hover .icon6{
    background:url(suspend_icon6h.png) no-repeat;
}
.suspendLis li:hover .icon7{
    background:url(suspend_icon7h.png) no-repeat;
}
.suspendLis li:hover .suspendTxt {
    color:#ffffff;
}
.suspendLis li.last {
    border-bottom: none;
}
.suspendTxt {
    color: #999;
    font-size: 14px;
    margin-top:10px;
}
.suspendTxt:hover {
    text-decoration: underline;
}
.codePic {
    position: absolute;
    top: -1px;
    right: 84px;
    width: 89px;
    height: 89px;
    display: none;
}
.codeli:hover .codePic {
    display: block;
}
/*悬浮框样式结束*/
/*首页改版结束*/



/*登录页面样式开始*/
.loginBg{
    height:684px;
    background:url(login_bg.jpg) no-repeat;
    background-size:cover;
}
.loginMain{
    position:relative;
    top:70px;
    left:50%;
    transform: translate(-50%,0);
    width: 900px;
    height: 547px;
    border-radius: 2px;
    background-color:white;
    padding:30px;
    box-sizing:border-box;
}
.loginMain h1{
    font-weight:normal;
    text-align: center;
    font-size:30px;
    padding-bottom: 10px;
    color:#d01515;
    background:url(line.png) no-repeat bottom center;
}
.loginInfo{
    width:610px;
    margin:20px auto 0;
}
.loginBt{
    display:flex;
    justify-content:space-between;
    padding:0 20px;
    box-sizing:border-box;
    margin-top:70px;
}
.bt_login{
    background-color: #D01515;
    color:#ffffff;
}
.bt_login,.bt_cancel{
    border-radius: 3px;
    width: 265px;
    height: 44px;
    font-size:20px;
    line-height:44px;
    text-align:center;
    cursor:pointer;
}
.bt_cancel{
    background-color:#EEEEEE;
    color:#666666;
}
.loginLink{
    margin-top:28px;
    padding:0 20px;
    box-sizing:border-box;
    display:flex;
    justify-content:space-between;
}
.loginLink a{
    font-size:14px;
    color:#d01515;
}
.loginInput{
    margin-top:28px;
    padding:0 20px;
    box-sizing:border-box;
}
.loginUser input{
    background:url(icon_user.png) no-repeat left center;
}
.loginKey input{
    background:url(icon_key.png) no-repeat left center;
}
.loginCode input{
    background:url(icon_yz.png) no-repeat left center;
}
.loginInput input{
    width:100%;
    height:50px;
    padding-left:50px;
    outline:none;
    border-top:none;
    border-left:none;
    border-right:none;
    border-bottom:1px solid #d8d8d8;
    font-size:16px;
    color:#aaaaaa;
}
.loginCode{
    display:flex;
    align-items:center;
    position:relative;
}
.loginCode input{
    width:400px;
}
.loginCode .code{
    cursor:pointer;
}
.loginCode .tip{
    position:absolute;
    top: 6px;
    right: 145px;
    display:flex;
    align-items:center;
    justify-content: center;
    background-color:#fffce6;
    width: 120px;
    height: 34px;
    font-size:14px;
    color:#ff6600;
}
.loginCode .tip img{
    margin-right:5px;
}
/*登录页面样式结束*/
/*注册页面样式开始*/
.registerBg{
    height:1088px;
    background:url(register_bg.jpg) no-repeat;
    background-size:cover;
}
.registerMain{
    position:relative;
    top:70px;
    left:50%;
    transform: translate(-50%,0);
    width: 900px;
    height: 930px;
    border-radius: 2px;
    background-color:white;
    padding: 30px 0;
    box-sizing:border-box;
}
.registerMain h1{
    font-weight:normal;
    text-align: center;
    font-size:30px;
    padding-bottom: 10px;
    color:#d01515;
    background:url(line.png) no-repeat bottom center;
}
.registerList{
    margin:auto;
    padding:20px 70px;
    box-sizing:border-box;
    border-bottom:1px solid #cccccc;
}
.registerList li{
    margin-bottom:14px;
    display:flex;
    align-items:center;
}
.red{
    color:#ff6600;
    margin:0 5px;
}
.registerList li label{
    display:inline-block;
    font-size:16px;
    color:#777777;
    width:111px;
    text-align:right;
}
.registerList li input{
    width:590px;
    height:34px;
    padding-left:10px;
    box-sizing:border-box;
    border:1px solid #c1c1c1;
    font-size:16px;
    color:#cccccc;
}
.registerList li select{
    width:169px;
    height:34px;
    padding-left:10px;
    box-sizing:border-box;
    border:1px solid #c1c1c1;
    margin-right:10px;
    font-size:16px;
    color:#cccccc;
}
.sex label{
    text-align:justify;
    text-align-last:justify;
    padding-left:32px;
    box-sizing: border-box;
}
.sexS span{
    display:inline-block;
    padding-left:30px;
    background:url(radio_2.png) no-repeat left center;
    margin-right:20px;
    cursor:pointer;
}
.sexS span.active{
    background:url(radio_1.png) no-repeat left center;
}
.degree label{
    text-align:justify;
    text-align-last:justify;
    padding-left:32px;
    box-sizing: border-box;
}
.registerList li.degree select{
    width:590px;
}
.registerList li.s_type select{
    width:590px;
}
.registerList li.i_style input{
    width:472px;
}
.bt_code{
    width:102px;
    height:32px;
    line-height: 32px;
    text-align:center;
    font-size:14px;
    color:#d01515;
    background-color: #ffeded;
    border:1px solid #d01515;
    cursor:pointer;
}
.code{
    cursor:pointer;
}
.marL20{
    margin-left:20px;
}
.registerList li.check_if{
    margin-top:40px;
    display:flex;
    justify-content:center;
}
.registerList li.check_if p{
    padding-left:30px;
    background:url(checkbox1.png) no-repeat left center;
    cursor:pointer;
}
.registerList li.check_if p.active{
    background:url(checkbox.png) no-repeat left center;
}
.registerList li.check_if a{
    color:#3465ef;
    text-decoration:underline
}
.linkLogin{
    text-align:center;
    margin-top:20px;
}
.linkLogin a{
    color:#3465ef;
    text-decoration:underline
}
.submitStyle{
    display:flex;
    justify-content:center;
    margin-top:28px;
}
.submitStyle span{
    display:inline-block;
    margin-right:24px;
    width: 117px;
    height: 39px;
    line-height:39px;
    border-radius: 3px;
    text-align:center;
    font-size:16px;
    cursor:pointer;
}
.submitStyle .bt1{
    background-color:#d01515;
    color:white;
}
.submitStyle .bt2{
    background-color:#eeeeee;
    color:#666666;
}
/*注册页面样式结束*/
/*3.0三级页面新闻开始*/
.crumbNew{
    line-height:50px;
}
.newDeta {
    border: 1px solid #e7e7e7;
    border-top: 2px solid #d01515;
    margin: 20px auto 38px;
    padding: 45px 30px;
    box-sizing: border-box;
}
.newsTop {
    text-align: center;
    padding-bottom: 45px;
    background: url(bg_space.png) no-repeat bottom center;
}
.newDeta h1 {
    color: #333;
    font-size: 36px;
    font-weight: normal;
}
.newDeta .sT {
    color: #999;
    font-size: 16px;
    display:flex;
    justify-content:space-around;
    margin-top:28px;
}
.newDeta .sT .print{
    padding-left:25px;
    background:url(icon_print.png) no-repeat left;
    cursor:pointer;
}
.newDeta .sT .share_weixin{
    padding-left:25px;
    background:url(shareIcon_weixin.png) no-repeat left;
    cursor:pointer;
}
.newDeta .sT .share_weibo{
    padding-left:25px;
    background:url(shareIcon_weibo.png) no-repeat left;
    cursor:pointer;
}
.newDeta .sT .share_qqroom{
    padding-left:25px;
    background:url(shareIcon_qqroom.png) no-repeat left;
    cursor:pointer;
}
.newDeta .sT span{
    margin:0 10px;
}
.newM {
    margin-top: 40px;
}
.newM .nr {
    color: #666;
    font-size: 16px;
    line-height: 30px;
    text-indent: 30px;
    margin: 30px 0;
}
.artDiv {
    padding: 35px 0;
    background: url(bg_space.png) no-repeat top center;
}
.artDiv .aList {
    margin-bottom: 15px;
}
.artDiv .aList a {
    color: #333;
}
.artDiv .aList a .t {
    font-size: 16px;
    margin:0 10px;
}
.artDiv .aList a:hover .t {
    color: #d01515;
    font-size: 16px;
    text-decoration: underline;
}
.aList .i {
    background: url(icon_upA.png) no-repeat;
    width: 10px;
    height: 9px;
    float: left;
    margin: 7px 10px 0 0;
}
.aList .iA {
    background: url(icon_downAb.png) no-repeat;
}
.indexNew .newDeta {
    border: 1px solid #e7e7e7;
    border-top: 2px solid #d01515;
    margin: auto;
    padding: 40px 80px;
    box-sizing: border-box;
}
/*2.0二级页面*/
.left_list {
    width: 250px;
    margin-right: 40px;
}

.list_title {
    font-size: 24px;
    color: #ffffff;
    line-height: 56px;
    padding-left:30px;
    background:url(leftTitle.png) no-repeat center;
}

.list_inner {
    border-left:1px solid #eeeeee;
    border-right:1px solid #eeeeee;
    border-bottom:3px solid #cb493a;
    background: #fff;
    margin-top:10px;
}

.list_inner li {
    font-size: 18px;
    font-weight:bold;
    color: #333333;
    line-height: 48px;
    padding-left: 34px;
    cursor: pointer;
    border-bottom: 1px solid #eeeeee;
}

.list_inner li.border0 {
    border: none;
}

.list_inner li.active,
.list_inner li:hover {
    color: white;
    background-color:#cb493a;
}

.right_list_main {
    width:928px;
}

.right_title {
    font-size: 30px;
    color: #2c57a9;
    line-height: 65px;
    padding-top: 1px;
    border-bottom: 4px solid #2c57a9;
}

/* 页码 */
.servicePageLine {
    height: 65px;
    font-size: 0;
    text-align: center;
    box-sizing: border-box;
}

.pageText {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    color: #666666;
    margin-right: 15px;
    vertical-align: top;
}

.pageText span {
    font-size:14px;
    font-weight:bold;
    color:#333333;
    vertical-align: -1px;
    margin:0 5px;
}

.pageBtnUl {
    display: inline-block;
    height: 25px;
    font-size: 14px;
    color: #666666;
}

.pageBtnUl li {
    float: left;
    height: 25px;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    line-height: 23px;
    margin: 0px 5px;
    cursor: pointer;
}

.pageBtnUl li.first,
.pageBtnUl li.prev,
.pageBtnUl li.next,
.pageBtnUl li.last {
    padding: 0px 6px;
    background: #fff;
}

.pageBtnUl li.first.dis,
.pageBtnUl li.prev.dis,
.pageBtnUl li.next.dis,
.pageBtnUl li.last.dis {
    background: #f9f9f9;
}

.pageBtnUl li.num {
    width: 22px;
    text-align: center;
}

.pageBtnUl li.num:hover,
.pageBtnUl li.num.active {
    background: #ffeaea;
    border:1px solid #d01515;
    color: #d01515;
}
/*青海司法行政（文本列表页）*/

.newsMsgList_zzy {
    padding: 22px 10px;
    box-sizing: border-box;
    border-bottom: 1px dashed #eeeeee;
}
.newsMsgList_zzy {
}
.newsMsgList_zzy li {
    height: 48px;
    line-height: 48px;
    padding: 0px 10px;
    box-sizing: border-box;
    border-bottom:1px solid #efefef;
}
.newsMsgList_zzy li .rightData {
    float: right;
    height: 100%;
    color: #999999;
}
.newsMsgList_zzy li .leftA {
    color: #333;
    background: url(point.png) no-repeat left center;
    padding-left: 23px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.newsMsgList_zzy li .leftA:hover {
    text-decoration: underline;
    color:#cb493a;
}
.newsMsgList_con .newsMsgList_zzy:last-child {
    border-bottom: 0px;
}
.flexB{
    display:flex;
    justify-content: space-between;
}
.partTitle_jg{
    background:url(bg_jg.png) no-repeat left center;
}

/*热点专题样式*/
.hotTopic_title{
    font-size:24px;
    font-weight:bold;
    color:white;
    height:60px;
    line-height:60px;
    padding-left:36px;
    box-sizing:border-box;
    background:url(hotTopic_title.png) no-repeat center;
}
.hotTopic_part1 ul{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    margin-top:10px;
}
.hotTopic_part1 ul li{
    width: 590px;
    height: 220px;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 4px 11.76px 0.24px rgba(221, 221, 221, 0.7);
    padding:20px;
    box-sizing:border-box;
    display:flex;
    align-items:center;
    justify-content: center;
    margin:10px 0;
    cursor:pointer;
}
.hotTopic_part1 ul li>.img{
    width:258px;
    margin-right:18px;
}
.hotTopic_part1 ul li>.info{
    width:265px;
}
.hotTopic_part1 ul li>.info .text{
    font-size:18px;
    font-weight:bold;
    color:#333333;
}
.hotTopic_part1 ul li>.info .time{
    font-size:14px;
    color:#999999;
    padding-bottom:14px;
    border-bottom:1px dashed #e2c4c0;
    text-align:left;
}
.hotTopic_part1 ul li>.info .detail{
    font-size:14px;
    color:#666666;
    line-height:21px;
    margin-top:10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;

}
.hotTopic_part1 ul li:hover{
    background-color: rgb(255, 246, 245);
    box-shadow: 0px 4px 11.76px 0.24px rgba(167, 34, 19, 0.35);
}
.hotTopic_part2{
    margin-top:40px;
}
.hotTopic_part2 ul{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    margin-top:10px;
}
.hotTopic_part2 ul li{
    width:224px;
    height:90px;
    margin:10px 0;
}
.hotTopic_part3{
    margin-top:40px;
}
.hotTopic_part3 ul{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    margin-top:10px;
}
.hotTopic_part3 ul li{
    width:380px;
    height:160px;
    margin:10px 0;
}
/*2.0法律法规规章  （法律条约-民商事司法协助条约）*/
.partTitle_ms{
    background:url(bg_ms.png) no-repeat left center;
}
.oneUl{
    border-left:1px solid #eeeeee;
    border-right:1px solid #eeeeee;
    border-bottom:3px solid #cb493a;
    background: #fff;
    margin-top:10px;
}
.oneList .oneList-btn{
    font-size: 18px;
    font-weight:bold;
    color: #333333;
    line-height: 48px;
    padding-left: 34px;
    cursor: pointer;
    border-top: 1px solid #eeeeee;
    box-sizing:border-box;
}
.oneList.active .oneList-btn{
    color: white;
    background-color:#cb493a;
    border-top: 1px solid #cb341d;
}
.twoUl{
    display: none
}
.twoUl .twoList .twoList-btn{
    height:40px;
    line-height:40px;
    border-bottom:1px solid #f5f5f5;
    padding-left:30px;
    box-sizing:border-box;
    font-size:14px;
    color:#333333;
    background:#fff6f5;
    cursor:pointer;
}
.twoUl .twoList:hover .twoList-btn,.twoUl .twoList.active .twoList-btn{
    color:#cb493a;
}
/*3.0互动交流*/
.partTitle_jb{
    background:url(bg_jb.png) no-repeat left center;
}
.complaint_con .tips{
    width: 928px;
    height: 90px;
    background-color: rgb(255, 246, 245);
    margin:20px auto;
    padding:20px;
    box-sizing:border-box;
}
.complaint_con .tips>.text1{
    font-size:18px;
    color:#333333;
    font-weight:bold;
    margin-bottom:10px;
}
.complaint_con .tips>.text2{
    font-size:14px;
    color:#333333;
}
.complaint_con ul{
    display:flex;
    flex-wrap: wrap;
    margin-right:-20px;
}
.complaint_con ul li{
    font-size:18px;
    font-weight:bold;
    color:#a72213;
    width: 138px;
    height: 50px;
    line-height:50px;
    text-align:center;
    border-radius: 2px;
    background-color: rgb(247, 245, 245);
    margin-right:20px;
    margin-bottom:20px;
    cursor:pointer;
}
.complaint_con ul li.active{
    background-color:#a72213;
    color:#ffffff;
}

.partTitle_js{ background:url(bg_titA.png) no-repeat bottom; }
.leadArea .leadList{ padding:40px 0; border-bottom:1px solid #dddcdc;}
.leadList{ display:flex;}
.leadList img{ width:135px; height:170px; margin-right:30px;}
.leadList .ldInfo{ flex:1; }
.leadList .ldInfo .tt{ color:#333;}
.ldInfo .tt .nm{ font-size:24px; margin-right:6px;}
.ldInfo .info{ font-size:16px; margin:20px 0;    height: 65px;    overflow: hidden;}  
.btnIn{ display:flex;}
.btnIn .btnA{ display:flex; line-height:32px; height:32px; border-radius:6px; border:1px solid #999; padding:0 25px; cursor:pointer; margin-right:20px; color:#666;}
.btnIn .btnA i{ background:url(icon_jl_h.png) no-repeat; width:12px; height:14px; display:inline-block; vertical-align:middle; margin:9px 10px 0 0; }
.btnIn .btnA.act{ border:1px solid #9c130a; color:#9c130a;}
.btnIn .btnA.act i{background:url(icon_jl.png) no-repeat;  }
.btnIn .btnAa i{background:url(icon_hd.png) no-repeat; width:14px; height:14px;}
.btnIn .btnAa_act i{ background:url(icon_hd_h.png) no-repeat; }
.ldTit{ border-bottom:1px solid #dddcdc; padding-bottom:8px; color:#d01515; font-size:24px; position:relative;}
.ldTit span{ border-bottom: 1px solid #d01515; padding-bottom:8px; font-weight: bold;}
/*.ldTit::after{ position:absolute; bottom:0; left:0; width:76px; height:1px; background:#d01515; content:'';}*/
.ldCont{ margin:40px auto; text-align:center;}
.ldCont .perImg{ width:135px; height:170px; margin-bottom:20px;}
.ldCont .name{ font-size:24px; color:#333; margin-bottom:15px;}
.ldCont .zw{ font-size:14px; color:#333; }
.ldCont .ldMs{ margin:30px 0 100px 0;}
.ldCont .ldMs p{ text-align:left; color:#666; font-size:16px; line-height:30px; text-indent:32px;}
.complaint_con .compyUl{ display:flex; flex-wrap:wrap; margin:30px 0 300px 26px;  }
.complaint_con .compyUl li{ width:264px; margin:0 35px 30px 0;}

/*20210603修改*/
.overflowH{
    overflow: hidden;
}
.floatL{
    float: left;
}
.floatR{
    float: right;
}